About the Provider
Pruna AI is an AI optimization company focused on making state-of-the-art image generation fast, affordable, and accessible. Their P-Image model family is designed to deliver professional-quality image generation and editing with sub-second inference speeds, strong prompt adherence, and support for fine-tuning and LoRA-based customization.Model Quickstart
This section helps you quickly get started with thep-image-edit-lora model on the Qubrid AI inferencing platform.
To use this model, you need:
- A valid Qubrid API key
- Access to the Qubrid inference API
- Basic knowledge of making API requests in your preferred language
p-image-edit-lora model and receive responses based on your input prompts.
Below are example placeholders showing how the model can be accessed using different programming environments.You can choose the one that best fits your workflow.
Model Overview
P-Image Edit LoRA is an image editing variant of the P-Image model developed by Pruna AI, combining text-guided image editing with LoRA (Low-Rank Adaptation) support for fine-tuned style control.- It extends P-Image Edit with the ability to apply custom LoRA weights at inference time, enabling domain-specific visual style adaptation during the editing process.
- The model supports an optional turbo mode for faster inference while maintaining editing quality.
- P-Image Edit LoRA is suitable for production workflows requiring both precise image editing and lightweight style customization through LoRA adapters.
Model at a Glance
| Feature | Details |
|---|---|
| Model ID | p-image-edit-lora |
| Provider | Pruna AI |
| Model Type | Text-Guided Image Editing with LoRA Support |
| Architecture | Optimized latent diffusion model with image conditioning and LoRA adapter support |
| Input Type | Image file upload or image URL |
| Output Type | Edited image based on text prompt with optional LoRA style control |
When to use?
You should consider using P-Image Edit LoRA if:- You need text-guided image editing with custom LoRA style control
- Your application requires domain-specific visual adaptation during the editing process without full model retraining
- You want optional turbo mode for faster inference without significantly compromising editing quality
- You need flexible input support via file upload or image URLs with Hugging Face LoRA integration
Inference Parameters
| Parameter Name | Type | Default | Description |
|---|---|---|---|
| Prompt | string | — | Text instruction describing the desired edit. |
| LoRA Weights | string | null | Path or identifier of the LoRA weights to apply at inference. |
| LoRA Scale | number | 1 | Strength of the LoRA adapter effect on the output image. |
| HF API Token | string | null | Hugging Face API token required for accessing private LoRA weights. |
| Turbo | boolean | true | Enables turbo mode for faster inference. |
| Aspect Ratio | string | 16:9 | Output image aspect ratio. |
| Seed | number | 1 | Random seed for reproducibility. |
| Disable Safety Checker | boolean | false | Disables the built-in safety filter if enabled. |
| Response Format | string | url | Format of the response — url or b64_json. |
Key Features
- LoRA Style Control: Supports custom LoRA weights at inference time for domain-specific visual style adaptation during image editing without full model retraining.
- Text-Guided Image Editing: Performs precise modifications to existing images based on natural language instructions while preserving visual fidelity.
- Turbo Mode: Optional accelerated inference mode for faster editing results in production-scale workflows.
- Hugging Face Integration: Accepts Hugging Face API tokens for seamless access to private or community LoRA weights.
- Flexible Input Support: Accepts both multipart file uploads and JSON-based image URLs for seamless integration into diverse workflows.
Summary
P-Image Edit LoRA is a fast, customizable text-guided image editing model built by Pruna AI for production-scale workflows.- It extends P-Image Edit with LoRA adapter support for lightweight style customization at inference time.
- The model supports turbo mode for accelerated inference and Hugging Face integration for LoRA weight access.
- It is suitable for developers and enterprises requiring scalable image editing with domain-specific visual style control.